AccountServiceModule

@Module
abstract class AccountServiceModule

Dagger Hilt module to bind the AccountServiceImplementation to AccountService.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Binds
@Singleton
abstract fun bindAccountService(accountServiceImplementation: AccountServiceImplementation): AccountService